hilitedCoordinates
Type
property
Summary
The coordinates of a highlighted point on the graph
Syntax
set the hilitedCoordinates of <widget> to { <point> | empty }
get the hilitedCoordinates of <widget>
Description
If the hilitedCoordinates of the graph widget is not empty, then the widget will highlight the specified coordinates with a dot and dashed horizontal and vertical lines.
note
If the x-axis values in the graph data are non-numeric, then the x-value of the point set must match one of those values.
Related
property: hilitedCoordinatesColor